getChatLogs

fun getChatLogs(): Flow<List<ChatLog>>

Retrieves chat logs from Firestore in real-time. This method listens for changes in the Firestore collection and emits updated logs.

Return

A Flow of lists of ChatLog objects.